----------------------------------------------------------------------
Unreal Media Server Session-based authentication
----------------------------------------------------------------------


Description
===========
Demonstrates use of Unreal Media Server Session-based authentication from ASP.NET application.


How To Test
===========
1. Copy the this folder to C:\Inetpub\wwwroot\USessionAuth
2. Use the Internet Information Services console to create a virtual
     directory to the folder
3. Open in a Web browser
     http://localhost/USessionAuth/Login.aspx
4. To enter valid credentials use:
     Account : guest
     Password: guest

Note: Make sure that DCOM security for UMediaServer.ExternalSession object set up such that the account
      under which the object's methods are called has full access to the object. For example if 
      IExternalSession methods are called from ASP page, Internet Guest Account should have access to 
      the UMediaServer. Use DCOMCnfg utility to adjust security settings for Unreal Media Server.


